07. Bjarne Introduces C++ Types
Bjarne Introduces C++ Types
C++ uses variables, just as in nearly every other programming language. Unlike some other languages, however, in C++ each variable has a fixed type. When a new variable is "declared", or introduced in a program, the program author must (usually) specify the variable type in the declaration.
In this next video, Bjarne discusses types for C++.
ND213 C01 C++ Types What Kind Of Language Is C++-